Last active
January 23, 2021 03:29
-
-
Save reyhansofian/9da976feb6e8458215d6801a49f66f70 to your computer and use it in GitHub Desktop.
Revisions
-
reyhansofian revised this gist
Jan 23, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
reyhansofian created this gist
Aug 21, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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