Adding ingress

This commit is contained in:
Jonathan Ervine 2023-03-03 00:01:18 +08:00
parent 44a8b6fcc7
commit 8b5cfb3f72
2 changed files with 8 additions and 7 deletions

View File

@ -35,17 +35,18 @@ service:
port: 80
ingress:
enabled: false
enabled: true
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
- host: slack2chat.ipa.champion
paths: []
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
- host: slack2chat.ervine.cloud
tls:
- secretName: slack2chat-ervine-cloud-tls
hosts:
- slack2chat.ervine.cloud
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious

View File

@ -29,7 +29,7 @@ securityContext:
# - ALL
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsUser: 1003
runAsUser: 1027
service:
type: ClusterIP