Skip to content

Commit

Permalink
Merge pull request #498 from vshn/restore_defaults
Browse files Browse the repository at this point in the history
restoring default in vshn's syn test cases
  • Loading branch information
wejdross authored Oct 2, 2024
2 parents 1f2fd06 + 2c4bd3a commit ccefc97
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 7 deletions.
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

0 comments on commit ccefc97

Please sign in to comment.