Skip to content

Instantly share code, notes, and snippets.

@christianh814
Created November 29, 2023 22:51
Show Gist options
  • Select an option

  • Save christianh814/fd30c6857187e4f1771735c95fd1aff2 to your computer and use it in GitHub Desktop.

Select an option

Save christianh814/fd30c6857187e4f1771735c95fd1aff2 to your computer and use it in GitHub Desktop.

Revisions

  1. christianh814 created this gist Nov 29, 2023.
    23 changes: 23 additions & 0 deletions sample-deployment.yaml
    Original 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: {}