Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restoring default in vshn's syn test cases #498

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ spec:
apiVersion: v1
data:
providerConfig: minio
proxyEndpoint: host.docker.internal:9443
serviceName: miniobucket
kind: ConfigMap
metadata:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ spec:
true, "memory": "2Gi"}}, "standard-4": {"size": {"cpu": "1", "disk": "16Gi",
"enabled": true, "memory": "4Gi"}}, "standard-8": {"size": {"cpu": "2",
"disk": "16Gi", "enabled": true, "memory": "8Gi"}}}'
proxyEndpoint: host.docker.internal:9443
quotasEnabled: 'false'
registry_password: ''
registry_username: ''
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ spec:
{"size": {"cpu": "125m", "disk": "16Gi", "enabled": true, "memory": "512Mi"}},
"standard-8": {"size": {"cpu": "2", "disk": "16Gi", "enabled": true, "memory":
"8Gi"}}}'
proxyEndpoint: host.docker.internal:9443
quotasEnabled: 'false'
restoreSA: mariadbrestoreserviceaccount
serviceName: mariadb
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ spec:
true, "memory": "2Gi"}}, "standard-4": {"size": {"cpu": "1", "disk": "16Gi",
"enabled": true, "memory": "4Gi"}}, "standard-8": {"size": {"cpu": "2",
"disk": "16Gi", "enabled": true, "memory": "8Gi"}}}'
proxyEndpoint: host.docker.internal:9443
quotasEnabled: 'false'
restoreSA: nextcloudserviceaccount
serviceName: nextcloud
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ spec:
{"cpu": "400m", "disk": "20Gi", "enabled": true, "memory": "1936Mi"}},
"standard-4": {"size": {"cpu": "900m", "disk": "40Gi", "enabled": true,
"memory": "3984Mi"}}}'
proxyEndpoint: host.docker.internal:9443
quotasEnabled: 'false'
serviceName: postgresql
sgNamespace: stackgres
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ spec:
ownerGroup: vshn.appcat.vshn.io
ownerKind: XVSHNRedis
ownerVersion: v1
proxyEndpoint: host.docker.internal:9443
quotasEnabled: 'false'
restoreSA: redisrestoreserviceaccount
serviceName: redis
Expand Down
2 changes: 1 addition & 1 deletion tests/vshn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parameters:
appcat:

grpcEndpoint: host.docker.internal:9443
proxyFunction: true
proxyFunction: false

quotasEnabled: false
appuioManaged: false
Expand Down