apiVersion: apps/v1 kind: Deployment metadata: name: tylerperkins.xyz namespace: default spec: selector: matchLabels: app: static-site template: metadata: labels: app: static-site spec: containers: - name: tylerperkins-xyz image: git.clortox.com/infrastructure/tylerperkins.xyz:0.0.2 ports: - name: http containerPort: 80 protocol: TCP