132 lines
2.7 KiB
YAML
132 lines
2.7 KiB
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -o deployment.yaml -n authelia
|
|
kompose.service.expose: auth.wayl.one
|
|
kompose.version: 1.31.2 (a92241f79)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: authelia
|
|
name: authelia
|
|
namespace: authelia
|
|
spec:
|
|
ports:
|
|
- name: "9091"
|
|
port: 9091
|
|
targetPort: 9091
|
|
- name: 9091-tcp
|
|
port: 9091
|
|
targetPort: 9091
|
|
selector:
|
|
io.kompose.service: authelia
|
|
status:
|
|
loadBalancer: {}
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: Namespace
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: authelia
|
|
namespace: authelia
|
|
spec: {}
|
|
status: {}
|
|
|
|
---
|
|
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -o deployment.yaml -n authelia
|
|
kompose.service.expose: auth.wayl.one
|
|
kompose.version: 1.31.2 (a92241f79)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: authelia
|
|
name: authelia
|
|
namespace: authelia
|
|
spec:
|
|
replicas: 1
|
|
selector:
|
|
matchLabels:
|
|
io.kompose.service: authelia
|
|
strategy:
|
|
type: Recreate
|
|
template:
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -o deployment.yaml -n authelia
|
|
kompose.service.expose: auth.wayl.one
|
|
kompose.version: 1.31.2 (a92241f79)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.network/authelia-default: "true"
|
|
io.kompose.service: authelia
|
|
spec:
|
|
containers:
|
|
- env:
|
|
- name: TZ
|
|
value: America/Chicago
|
|
image: authelia/authelia
|
|
name: authelia
|
|
ports:
|
|
- containerPort: 9091
|
|
protocol: TCP
|
|
resources: {}
|
|
volumeMounts:
|
|
- mountPath: /config
|
|
name: config
|
|
restartPolicy: Always
|
|
volumes:
|
|
- name: config
|
|
persistentVolumeClaim:
|
|
claimName: config
|
|
status: {}
|
|
|
|
---
|
|
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
annotations:
|
|
kompose.cmd: kompose convert -o deployment.yaml -n authelia
|
|
kompose.service.expose: auth.wayl.one
|
|
kompose.version: 1.31.2 (a92241f79)
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: authelia
|
|
name: authelia
|
|
namespace: authelia
|
|
spec:
|
|
rules:
|
|
- host: auth.wayl.one
|
|
http:
|
|
paths:
|
|
- backend:
|
|
service:
|
|
name: authelia
|
|
port:
|
|
number: 9091
|
|
path: /
|
|
pathType: Prefix
|
|
status:
|
|
loadBalancer: {}
|
|
|
|
---
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
creationTimestamp: null
|
|
labels:
|
|
io.kompose.service: config
|
|
name: config
|
|
namespace: authelia
|
|
spec:
|
|
accessModes:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 100Mi
|
|
status: {}
|
|
|