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