this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor(vault): migrate to Gateway API

Khue Doan cbe753b2 04d10022

+18 -20
+18 -20
platform/staging/vault.yaml
··· 111 111 path: secret 112 112 type: kv 113 113 image: docker.io/hashicorp/vault:1.20.2 114 - ingress: 115 - annotations: 116 - cert-manager.io/cluster-issuer: letsencrypt-prod 117 - spec: 118 - ingressClassName: nginx 119 - rules: 120 - - host: vault.cloudlab.khuedoan.com 121 - http: 122 - paths: 123 - - backend: 124 - service: 125 - name: vault-cluster 126 - port: 127 - number: 8200 128 - path: / 129 - pathType: Prefix 130 - tls: 131 - - hosts: 132 - - vault.cloudlab.khuedoan.com 133 - secretName: vault-tls-certificate 134 114 serviceAccount: vault 135 115 size: 1 136 116 unsealConfig: ··· 143 123 - name: vault-data 144 124 persistentVolumeClaim: 145 125 claimName: vault-data 126 + route: 127 + main: 128 + kind: HTTPRoute 129 + parentRefs: 130 + - group: gateway.networking.k8s.io 131 + kind: Gateway 132 + name: gateway 133 + namespace: istio-system 134 + hostnames: 135 + - vault.staging.khuedoan.com 136 + rules: 137 + - matches: 138 + - path: 139 + type: PathPrefix 140 + value: / 141 + backendRefs: 142 + - name: vault-cluster 143 + port: 8200 146 144 rbac: 147 145 bindings: 148 146 cluster: