nineskeletor/misc/k8s/kustomization/base/resources/adminer/adminer-deployment.yaml
afornerot dc0e331414
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit
kubernites
2023-06-26 09:20:23 +02:00

27 lines
542 B
YAML

kind: Deployment
apiVersion: apps/v1
metadata:
labels:
io.kompose.service: adminer
name: adminer
spec:
selector:
matchLabels:
io.kompose.service: adminer
replicas: 1
template:
metadata:
labels:
io.kompose.service: adminer
spec:
containers:
- name: adminer
image: reg.cadoles.com/afornerot/adminer
imagePullPolicy: "Always"
env:
- name: ADMINER_DESIGN
value: "pappu687"
ports:
- containerPort: 80
resources: {}