mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-23 04:22:19 +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
|