wip ntfy
This commit is contained in:
parent
f997855f97
commit
b3219b2b95
3 changed files with 19 additions and 10 deletions
|
|
@ -4,7 +4,7 @@ kind: Service
|
|||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -o deployment.yaml -n ntfy
|
||||
kompose.service.expose: ntfy.wayl.one
|
||||
kompose.service.expose: ntfy.wayl.one,ntfy.k.waylonwalker.com
|
||||
kompose.version: 1.31.2 (a92241f79)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
|
|
@ -13,8 +13,8 @@ metadata:
|
|||
namespace: ntfy
|
||||
spec:
|
||||
ports:
|
||||
- name: "3008"
|
||||
port: 3008
|
||||
- name: "80"
|
||||
port: 80
|
||||
targetPort: 80
|
||||
selector:
|
||||
io.kompose.service: ntfy
|
||||
|
|
@ -37,7 +37,7 @@ kind: Deployment
|
|||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -o deployment.yaml -n ntfy
|
||||
kompose.service.expose: ntfy.wayl.one
|
||||
kompose.service.expose: ntfy.wayl.one,ntfy.k.waylonwalker.com
|
||||
kompose.version: 1.31.2 (a92241f79)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
|
|
@ -55,7 +55,7 @@ spec:
|
|||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -o deployment.yaml -n ntfy
|
||||
kompose.service.expose: ntfy.wayl.one
|
||||
kompose.service.expose: ntfy.wayl.one,ntfy.k.waylonwalker.com
|
||||
kompose.version: 1.31.2 (a92241f79)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
|
|
@ -80,7 +80,6 @@ spec:
|
|||
name: ntfy
|
||||
ports:
|
||||
- containerPort: 80
|
||||
hostPort: 3008
|
||||
protocol: TCP
|
||||
resources: {}
|
||||
securityContext:
|
||||
|
|
@ -106,7 +105,7 @@ kind: Ingress
|
|||
metadata:
|
||||
annotations:
|
||||
kompose.cmd: kompose convert -o deployment.yaml -n ntfy
|
||||
kompose.service.expose: ntfy.wayl.one
|
||||
kompose.service.expose: ntfy.wayl.one,ntfy.k.waylonwalker.com
|
||||
kompose.version: 1.31.2 (a92241f79)
|
||||
creationTimestamp: null
|
||||
labels:
|
||||
|
|
@ -122,7 +121,17 @@ spec:
|
|||
service:
|
||||
name: ntfy
|
||||
port:
|
||||
number: 3008
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
- host: ntfy.k.waylonwalker.com
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: ntfy
|
||||
port:
|
||||
number: 80
|
||||
path: /
|
||||
pathType: Prefix
|
||||
status:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue