Files
hermione-fe/hermione-fe-deployment.yaml
2024-11-07 18:43:07 +05:30

20 lines
398 B
YAML

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