parent
d09fe277e3
commit
95d7c68256
@ -0,0 +1,27 @@ |
||||
apiVersion: apps/v1 |
||||
kind: Deployment |
||||
metadata: |
||||
creationTimestamp: null |
||||
labels: |
||||
app: __NAME__ |
||||
name: __NAME__ |
||||
spec: |
||||
replicas: 1 |
||||
selector: |
||||
matchLabels: |
||||
app: __NAME__ |
||||
strategy: {} |
||||
template: |
||||
metadata: |
||||
creationTimestamp: null |
||||
labels: |
||||
app: __NAME__ |
||||
spec: |
||||
containers: |
||||
- image: __IMAGE__ |
||||
name: csc-class-profile-staging |
||||
ports: |
||||
- containerPort: 80 |
||||
resources: {} |
||||
imagePullPolicy: Always |
||||
status: {} |
Loading…
Reference in new issue