2023-12-28 10:03:36 +11:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: authelia
|
|
|
|
namespace: authelia
|
|
|
|
spec:
|
2025-04-28 20:13:25 +10:00
|
|
|
#externalTrafficPolicy: Local
|
2023-12-28 10:03:36 +11:00
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
name: web
|
|
|
|
port: 9091
|
|
|
|
- protocol: TCP
|
|
|
|
name: redis
|
|
|
|
port: 6379
|
|
|
|
selector:
|
|
|
|
app: authelia
|