github.com/replicatedcom/ship@v0.50.0/integration/init/git-root-directory/expected/rendered.yaml (about)

     1  apiVersion: apps/v1beta2
     2  kind: Deployment
     3  metadata:
     4    labels:
     5      app: my-app
     6      release: values-update
     7    name: deployment
     8  spec:
     9    replicas: 1
    10    selector:
    11      matchLabels:
    12        app: my-app
    13        release: values-update
    14    template:
    15      metadata:
    16        labels:
    17          app: my-app
    18          release: values-update
    19      spec:
    20        containers:
    21        - image: nginx:stable
    22          imagePullPolicy: Always
    23          livenessProbe:
    24            httpGet:
    25              path: /
    26              port: http
    27          name: values-update
    28          ports:
    29          - containerPort: 80
    30            name: http
    31            protocol: TCP
    32          readinessProbe:
    33            httpGet:
    34              path: /
    35              port: http