DevOps/helm/values.yaml

25 lines
533 B
YAML

type: Namespace
namespace:
- name: firstnamespace # Das Feld meherer Namespaces, das bei der Erstellung der Namespaces
- name: secondnamespace # berücksichtigt wird
labels:
name: demo-a
kind: Pod
podname: nginx-helpmod
containername: nginx-container
image: "nginx:1.16.0"
configname: nginx-configmap
volume:
path: /usr/share/nginx/html
pathname: nginx-path
configname: nginx-configmap
service:
type: NodePort
labels:
app: nginx
port: 80
protocol: TCP
targetPort: 80
replicacount: 2
imagenginx: "nginx:1.16.0"