add istio gateway configuration for tls termination
All checks were successful
Mirror to GitHub / mirror (push) Successful in 7s

This commit is contained in:
jona.klaess
2026-06-08 14:26:40 +02:00
parent 3dd6492768
commit ba4825f7ff
3 changed files with 51 additions and 32 deletions

View File

@@ -9,27 +9,4 @@ resources:
- ptp-chat-istio.yaml
- ptp-chat-sealed-secret.yaml
- ptp-chat-pull-sealed-secret.yaml
# patches:
# - patch: |-
# apiVersion: v1
# kind: Secret
# metadata:
# name: ptp-chat-secret
# annotations:
# argocd.argoproj.io/compare-options: IgnoreExtraneous
# sealedsecrets.bitnami.com/managed: "true"
# - patch: |-
# apiVersion: v1
# kind: Secret
# metadata:
# name: pull-secret
# annotations:
# argocd.argoproj.io/compare-options: IgnoreExtraneous
# sealedsecrets.bitnami.com/managed: "true"
# secretGenerator:
# - name: ptp-chat-secret
# type: Opaque
# - name: pull-secret
# type: kubernetes.io/dockerconfigjson
- ptp-chat-cert-sealed-secret.yaml