Last active
January 30, 2022 14:35
Revisions
-
gerrited revised this gist
Jan 30, 2022 . 2 changed files with 2 additions and 2 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 @@ -18,4 +18,4 @@ spec: spec: containers: - name: hello-blinkt image: nginx:latest 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 @@ -18,4 +18,4 @@ spec: spec: containers: - name: hello-blinkt image: nginx:latest -
gerrited revised this gist
Jan 10, 2022 . 2 changed files with 0 additions and 4 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 @@ -19,5 +19,3 @@ spec: containers: - name: hello-blinkt image: hello-world 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 @@ -19,5 +19,3 @@ spec: containers: - name: hello-blinkt image: hello-world -
gerrited revised this gist
Jan 9, 2022 . 2 changed files with 2 additions and 2 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 @@ -5,7 +5,7 @@ metadata: labels: app: hello-blinkt spec: replicas: 16 selector: matchLabels: app: hello-blinkt 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 @@ -5,7 +5,7 @@ metadata: labels: app: hello-blinkt spec: replicas: 16 selector: matchLabels: app: hello-blinkt -
gerrited revised this gist
Jan 9, 2022 . No changes.There are no files selected for viewing
-
gerrited created this gist
Jan 9, 2022 .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,23 @@ apiVersion: apps/v1 kind: Deployment metadata: name: hello-blinkt labels: app: hello-blinkt spec: replicas: 8 selector: matchLabels: app: hello-blinkt template: metadata: labels: app: hello-blinkt blinkt: show blinktColor: "000011" spec: containers: - name: hello-blinkt image: hello-world ports: - containerPort: 80 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,23 @@ apiVersion: apps/v1 kind: Deployment metadata: name: hello-blinkt labels: app: hello-blinkt spec: replicas: 8 selector: matchLabels: app: hello-blinkt template: metadata: labels: app: hello-blinkt blinkt: show blinktColor: "001100" spec: containers: - name: hello-blinkt image: hello-world ports: - containerPort: 80