2023-09-19 10:02:18 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
2024-01-02 17:31:53 +11:00
|
|
|
name: gotify
|
|
|
|
namespace: gotify
|
2023-09-19 10:02:18 +02:00
|
|
|
spec:
|
|
|
|
ports:
|
|
|
|
- protocol: TCP
|
|
|
|
name: web
|
2024-01-02 17:31:53 +11:00
|
|
|
port: 80
|
2023-09-19 10:02:18 +02:00
|
|
|
selector:
|
2024-01-02 17:31:53 +11:00
|
|
|
app: gotify
|