20 lines
398 B
YAML
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 |