2019-03-03 22:51:52 +00:00
|
|
|
---
|
2019-11-02 14:32:58 +00:00
|
|
|
apiVersion: apps/v1
|
2019-03-03 22:51:52 +00:00
|
|
|
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
|
2019-12-24 02:14:52 +00:00
|
|
|
image: authelia/authelia:kube
|
2019-03-03 22:51:52 +00:00
|
|
|
imagePullPolicy: Never
|