|
|
@ -10,12 +10,13 @@ image: |
|
|
|
pullPolicy: IfNotPresent |
|
|
|
|
|
|
|
service: |
|
|
|
type: ClusterIP |
|
|
|
type: LoadBalancer |
|
|
|
port: 80 |
|
|
|
|
|
|
|
ingress: |
|
|
|
enabled: false |
|
|
|
annotations: {} |
|
|
|
annotations: |
|
|
|
{} |
|
|
|
# kubernetes.io/ingress.class: nginx |
|
|
|
# kubernetes.io/tls-acme: "true" |
|
|
|
path: / |
|
|
@ -26,7 +27,8 @@ ingress: |
|
|
|
# hosts: |
|
|
|
# - chart-example.local |
|
|
|
|
|
|
|
resources: {} |
|
|
|
resources: |
|
|
|
{} |
|
|
|
# We usually recommend not to specify default resources and to leave this as a conscious |
|
|
|
# choice for the user. This also increases chances charts run on environments with little |
|
|
|
# resources, such as Minikube. If you do want to specify resources, uncomment the following |
|
|
|