Skip to content

Instantly share code, notes, and snippets.

@reyhansofian
Last active January 23, 2021 03:29
Show Gist options
  • Select an option

  • Save reyhansofian/9da976feb6e8458215d6801a49f66f70 to your computer and use it in GitHub Desktop.

Select an option

Save reyhansofian/9da976feb6e8458215d6801a49f66f70 to your computer and use it in GitHub Desktop.

Revisions

  1. reyhansofian revised this gist Jan 23, 2021. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions deployment.yaml
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,4 @@
    # path: hello-world/base/deployment.yaml
    apiVersion: apps/v1
    kind: Deployment
    metadata:
  2. reyhansofian created this gist Aug 21, 2019.
    14 changes: 14 additions & 0 deletions deployment.yaml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    apiVersion: apps/v1
    kind: Deployment
    metadata:
    name: hello-world-deployment
    spec:
    replicas: 1
    template:
    spec:
    containers:
    - name: hello-world-deployment
    image: hello-world-deployment
    imagePullPolicy: Always
    ports:
    - containerPort: 80