diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 90c1906..8bb3186 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -35,17 +35,30 @@ service: port: 8096 ingress: - enabled: false - annotations: {} - # kubernetes.io/ingress.class: nginx - # kubernetes.io/tls-acme: "true" - hosts: + external: + enabled: false + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: - host: chart-example.local paths: [] - tls: [] - # - secretName: chart-example-tls - # hosts: - # - chart-example.local + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local + internal: + enabled: false + annotations: {} + # kubernetes.io/ingress.class: nginx + # kubernetes.io/tls-acme: "true" + hosts: + - host: chart-example.local + paths: [] + tls: [] + # - secretName: chart-example-tls + # hosts: + # - chart-example.local resources: # We usually recommend not to specify default resources and to leave this as a conscious