Instll zot
This commit is contained in:
parent
a47775d835
commit
ba7a32a17f
@ -10,6 +10,8 @@ releases:
|
||||
installed: true
|
||||
- <<: *cilium
|
||||
installed: true
|
||||
- <<: *zot
|
||||
installed: true
|
||||
- <<: *drone
|
||||
installed: true
|
||||
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
|
||||
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
|
||||
kind: Service
|
||||
metadata:
|
||||
|
@ -417,8 +417,18 @@ templates:
|
||||
cilium: &cilium
|
||||
name: cilium
|
||||
chart: cilium/cilium
|
||||
version: 1.15.1
|
||||
version: 1.15.2
|
||||
createNamespace: false
|
||||
namespace: kube-system
|
||||
inherit:
|
||||
- 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
|
||||
- name: cilium
|
||||
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