diff --git a/scripts/pulp-operator-repo-gateway.yaml b/scripts/pulp-operator-repo-gateway.yaml new file mode 100644 index 0000000..2043aac --- /dev/null +++ b/scripts/pulp-operator-repo-gateway.yaml @@ -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 diff --git a/scripts/pulp-operator-repo.yaml b/scripts/pulp-operator-repo.yaml index 23494bc..bd62253 100644 --- a/scripts/pulp-operator-repo.yaml +++ b/scripts/pulp-operator-repo.yaml @@ -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: