add pulp-operator-repo-gateway.yaml

This commit is contained in:
Haitao Pan 2025-06-08 10:13:22 +08:00
parent 62d223a518
commit 584496cfa8
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
name: pulp-web-route
namespace: pulp
spec:
hostnames:
- pulp.onwalk.net
parentRefs:
- group: gateway.networking.k8s.io
kind: Gateway
name: example-gateway
namespace: kong
rules:
- matches:
- path:
type: PathPrefix
value: /
backendRefs:
- group: ""
kind: Service
name: example-pulp-web-svc
port: 24880
weight: 1

View File

@ -38,7 +38,7 @@ spec:
replicas: 1
database:
postgres_storage_class: local-path
file_storage_access_mode: "ReadWriteMany"
file_storage_access_mode: "ReadWriteOnce"
file_storage_size: "2Gi"
file_storage_storage_class: local-path
cache: