add pulp-operator-repo-gateway.yaml
This commit is contained in:
parent
62d223a518
commit
584496cfa8
24
scripts/pulp-operator-repo-gateway.yaml
Normal file
24
scripts/pulp-operator-repo-gateway.yaml
Normal 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
|
||||
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user