Instll zot
This commit is contained in:
parent
a47775d835
commit
ba7a32a17f
@ -10,6 +10,8 @@ releases:
|
|||||||
installed: true
|
installed: true
|
||||||
- <<: *cilium
|
- <<: *cilium
|
||||||
installed: true
|
installed: true
|
||||||
|
- <<: *zot
|
||||||
|
installed: true
|
||||||
- <<: *drone
|
- <<: *drone
|
||||||
installed: true
|
installed: true
|
||||||
namespace: drone-service
|
namespace: drone-service
|
||||||
|
11
badhouseplants/values/values.zot.yaml
Normal file
11
badhouseplants/values/values.zot.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
istio:
|
||||||
|
enabled: true
|
||||||
|
istio:
|
||||||
|
- name: zot
|
||||||
|
kind: http
|
||||||
|
gateway: istio-system/badhouseplants-net
|
||||||
|
hostname: registry.badhouseplants.net
|
||||||
|
service: zot
|
||||||
|
port: 5000
|
||||||
|
service:
|
||||||
|
type: ClusterIP
|
@ -24,6 +24,24 @@ spec:
|
|||||||
number: 8000
|
number: 8000
|
||||||
host: httpbin
|
host: httpbin
|
||||||
---
|
---
|
||||||
|
apiVersion: networking.k8s.io/v1
|
||||||
|
kind: Ingress
|
||||||
|
metadata:
|
||||||
|
name: httpbin
|
||||||
|
namespace: debug
|
||||||
|
spec:
|
||||||
|
rules:
|
||||||
|
- host: httpbin.rocks
|
||||||
|
http:
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
|
backend:
|
||||||
|
service:
|
||||||
|
name: httpbin
|
||||||
|
port:
|
||||||
|
number: 8000
|
||||||
|
---
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
|
@ -417,8 +417,18 @@ templates:
|
|||||||
cilium: &cilium
|
cilium: &cilium
|
||||||
name: cilium
|
name: cilium
|
||||||
chart: cilium/cilium
|
chart: cilium/cilium
|
||||||
version: 1.15.1
|
version: 1.15.2
|
||||||
createNamespace: false
|
createNamespace: false
|
||||||
namespace: kube-system
|
namespace: kube-system
|
||||||
inherit:
|
inherit:
|
||||||
- template: default-env-values
|
- template: default-env-values
|
||||||
|
|
||||||
|
zot: &zot
|
||||||
|
name: zot
|
||||||
|
chart: zot/zot
|
||||||
|
version: 0.1.52
|
||||||
|
createNamespace: false
|
||||||
|
namespace: kube-services
|
||||||
|
inherit:
|
||||||
|
- template: default-env-values
|
||||||
|
- template: ext-istio-resource
|
||||||
|
@ -49,3 +49,9 @@ repositories:
|
|||||||
url: https://coredns.github.io/helm
|
url: https://coredns.github.io/helm
|
||||||
- name: cilium
|
- name: cilium
|
||||||
url: https://helm.cilium.io/
|
url: https://helm.cilium.io/
|
||||||
|
- name: phybros-helm-charts
|
||||||
|
url: https://phybros.github.io/helm-charts
|
||||||
|
- name: nextcloud
|
||||||
|
url: https://nextcloud.github.io/helm/
|
||||||
|
- name: zot
|
||||||
|
url: https://zotregistry.dev/helm-charts/
|
||||||
|
Reference in New Issue
Block a user