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 port: 80
ingress: ingress:
enabled: false enabled: true
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: hosts:
- host: chart-example.local - host: slack2chat.ipa.champion
paths: [] paths: []
tls: [] - host: slack2chat.ervine.cloud
# - secretName: chart-example-tls tls:
# hosts: - secretName: slack2chat-ervine-cloud-tls
# - chart-example.local hosts:
- slack2chat.ervine.cloud
resources: {} resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious # We usually recommend not to specify default resources and to leave this as a conscious

View File

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