16 lines
231 B
YAML
16 lines
231 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: authelia
|
||
|
namespace: authelia
|
||
|
spec:
|
||
|
ports:
|
||
|
- protocol: TCP
|
||
|
name: web
|
||
|
port: 9091
|
||
|
- protocol: TCP
|
||
|
name: redis
|
||
|
port: 6379
|
||
|
selector:
|
||
|
app: authelia
|