diff --git a/badhouseplants/values/values.istio-ingressgateway.yaml b/badhouseplants/values/values.istio-ingressgateway.yaml index a5d2656..e37b970 100644 --- a/badhouseplants/values/values.istio-ingressgateway.yaml +++ b/badhouseplants/values/values.istio-ingressgateway.yaml @@ -21,10 +21,6 @@ service: port: 1194 protocol: TCP targetPort: 1194 - - name: tcp - port: 25 - protocol: TCP - targetPort: 25 # ----------- # -- Email # ----------- diff --git a/manifests/debug/metallb/deployment.yaml b/manifests/debug/metallb/deployment.yaml new file mode 100644 index 0000000..1ad28b5 --- /dev/null +++ b/manifests/debug/metallb/deployment.yaml @@ -0,0 +1,19 @@ +apiVersion: apps/v1 +kind: Deployment +metadata: + name: nginx +spec: + selector: + matchLabels: + app: nginx + replicas: 2 + template: + metadata: + labels: + app: nginx + spec: + containers: + - name: nginx + image: nginx:1.14.2 + ports: + - containerPort: 80 diff --git a/manifests/debug/metallb/service.yaml b/manifests/debug/metallb/service.yaml new file mode 100644 index 0000000..041fc06 --- /dev/null +++ b/manifests/debug/metallb/service.yaml @@ -0,0 +1,11 @@ +apiVersion: v1 +kind: Service +metadata: + name: nginx +spec: + selector: + app: nginx + ports: + - port: 80 + targetPort: 80 + type: LoadBalancer diff --git a/releases.yaml b/releases.yaml index ccb1d8b..053d82e 100644 --- a/releases.yaml +++ b/releases.yaml @@ -316,7 +316,7 @@ templates: postgres16: &postgres16 name: postgres16 chart: bitnami/postgresql - version: 13.2.28 + version: 13.3.1 inherit: - template: default-env-values - template: default-env-secrets @@ -337,7 +337,7 @@ templates: mysql: &mysql name: mysql chart: bitnami/mysql - version: 9.16.1 + version: 9.17.1 inherit: - template: default-env-values - template: default-env-secrets diff --git a/repositories.yaml b/repositories.yaml index 1026e58..3f5b623 100644 --- a/repositories.yaml +++ b/repositories.yaml @@ -33,8 +33,8 @@ repositories: url: https://constin.github.io/vaultwarden-helm/ - name: db-operator url: https://db-operator.github.io/charts - - name: allanger-gitea - url: https://git.badhouseplants.net/api/packages/allanger/helm + #- name: allanger-gitea + # url: https://git.badhouseplants.net/api/packages/allanger/helm - name: badhouseplants url: https://badhouseplants.github.io/helm-charts/ - name: woodpecker