View on GitHub

notes

helm

installing

##

apiVersion: apps/v1
kind: Deployment
metadata:
  name: 
spec:
  replicas: 
  selector:
    matchLabels:
      app: 
  template:
    metadata:
      labels:
        app: 
    spec:
      containers:
      - name: 
        image: "nginx:"
replicaCount: 1
image:
  tag: "2.4.4"