manifests pipeline updated
This commit is contained in:
20
manifests/hermione-fe-deployment.yaml
Normal file
20
manifests/hermione-fe-deployment.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
kind: Deployment
|
||||
apiVersion: apps/v1
|
||||
metadata:
|
||||
name: hermione-fe
|
||||
namespace: olympus
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: hermione-fe
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: hermione-fe
|
||||
spec:
|
||||
containers:
|
||||
- name: hermione-fe
|
||||
image: olympusreg.azurecr.io/hermione-fe:10edf802
|
||||
resources: {}
|
||||
imagePullPolicy: Always
|
||||
Reference in New Issue
Block a user