Created
November 29, 2023 22:51
-
-
Save christianh814/fd30c6857187e4f1771735c95fd1aff2 to your computer and use it in GitHub Desktop.
Revisions
-
christianh814 created this gist
Nov 29, 2023 .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: creationTimestamp: null labels: app: example name: example spec: replicas: 1 selector: matchLabels: app: example strategy: {} template: metadata: creationTimestamp: null labels: app: example spec: containers: - image: christianh814/gobg name: gobg resources: {}