- igotify server v1.6.0.1 (supports Gotify 3.x) - gotify upgraded 2.9.1 → 3.1.0 - igotify PVC, Deployment, Service, Ingress in notifications ns - CoreDNS rewrite for igotify.riotpiao.com → nginx
15 lines
211 B
YAML
15 lines
211 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: igotify
|
|
namespace: notifications
|
|
labels:
|
|
app: igotify
|
|
spec:
|
|
selector:
|
|
app: igotify
|
|
ports:
|
|
- port: 80
|
|
targetPort: 8080
|
|
protocol: TCP
|