skip to Main Content

kubernetes nginx upstream server as service not found

These are my yaml files referenced by here (kubernetes.io/docs) deployment gists And I use command kubectl apply -f backend-deployment.yaml -f frontend-configmap.yaml -f frontend-deployment.yaml Backend were launched successfully, but Frontend occured error. [emerg] 1#1: host not found in upstream "backend-service" in…

VIEW QUESTION

Helm convert data for nginx template

Im using the following file by helm apiVersion: v1 kind: ConfigMap metadata: name: nginx-cfg data: default.conf: |- {{ .Files.Get "config/nginx.conf" | nindent 4 }} and I got the following error: Error: YAML parse error on ops/templates/config/nginx.conf: error converting YAML to…

VIEW QUESTION
Back To Top
Search