add support to expose via NodePort for vault, argoCD and Grafana

This commit is contained in:
2024-04-29 10:36:30 +03:00
parent 6aac54a915
commit d78b71fb1f
6 changed files with 32 additions and 14 deletions

View File

@@ -140,9 +140,9 @@ modules:
grafana:
enabled: true
expose:
type: ingress
type: ingress # ingress or NodePort
domain: grafana.disk.lt.t1.cloud
node_port_http: 30007
tls:
enabled: true
@@ -155,9 +155,12 @@ modules:
argo_cd:
expose:
type: ingress
type: ingress # ingress or NodePort
domain: argocd.disk.lt.t1.cloud
node_port_http: 30005
node_port_https: 30006
tls:
enabled: true
@@ -196,7 +199,7 @@ modules:
secrets_storage:
enabled: true
expose:
type: ingress # NodePort
type: ingress # ingress or NodePort
domain: vault.disk.lt.t1.cloud
node_port: 30004
@@ -223,7 +226,7 @@ modules:
registry:
enabled: true
expose:
type: ingress # ingress or NodePort
type: ingress # ingress or nodePort
# if expose_type is "ingress"
domain: harbor.disk.lt.t1.cloud