mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-10 01:01:27 -05:00
Update 4 files
- /kong/templates/secrets.yaml - /kong/Chart.yaml - /kong/values.yaml - /argocd/templates/kong.yaml
This commit is contained in:
parent
50a38a56d0
commit
30c8111337
4 changed files with 1287 additions and 0 deletions
59
kong/templates/secrets.yaml
Normal file
59
kong/templates/secrets.yaml
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
apiVersion: v1
|
||||
data:
|
||||
license: J3t9Jw==
|
||||
kind: Secret
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
name: kong-enterprise-license
|
||||
namespace: kong
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: kong-config-secret
|
||||
spec:
|
||||
secretStoreRef:
|
||||
name: vault-kong
|
||||
kind: SecretStore
|
||||
target:
|
||||
name: kong-config-secret
|
||||
data:
|
||||
- secretKey: admin_gui_session_conf
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: admin_gui_session_conf
|
||||
- secretKey: kong_admin_password
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: kong_admin_password
|
||||
- secretKey: password
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: password
|
||||
- secretKey: pg_host
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: pg_host
|
||||
- secretKey: portal_session_conf
|
||||
remoteRef:
|
||||
key: secrets/kong/config
|
||||
property: portal_session_conf
|
||||
|
||||
---
|
||||
|
||||
apiVersion: external-secrets.io/v1beta1
|
||||
kind: SecretStore
|
||||
metadata:
|
||||
name: vault-kong
|
||||
spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
kubernetes:
|
||||
mountPath: "kubernetes"
|
||||
role: "external-secrets"
|
||||
Loading…
Add table
Add a link
Reference in a new issue