mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-22 18:42:48 +03:00
18 lines
233 B
YAML
18 lines
233 B
YAML
|
ingress:
|
||
|
enabled: false
|
||
|
className: ''
|
||
|
annotations:
|
||
|
kubernetes.io/ingress.class: nginx
|
||
|
host: affine.pro
|
||
|
tls: []
|
||
|
|
||
|
graphql:
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 3000
|
||
|
|
||
|
web:
|
||
|
service:
|
||
|
type: ClusterIP
|
||
|
port: 8080
|