mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
fabb76754e
Also fix references from config.yml to configuration.yml
23 lines
377 B
YAML
23 lines
377 B
YAML
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: test-app1
|
|
namespace: kube-public
|
|
labels:
|
|
app: test-app1
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
app: test-app1
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: test-app1
|
|
spec:
|
|
containers:
|
|
- name: test-app1
|
|
image: authelia/authelia:kube
|
|
imagePullPolicy: Never
|