Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikael Vanhemert committed Jan 5, 2024
1 parent 73b0ce2 commit 0de73da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bundle/uds-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
variables:
gitlab:
gitlab_redis_endpoint: "redis-master.gitlab-redis.svc.cluster.local"
gitlab_db_endpoint: "postgresql.gitlab-db.svc.cluster.local"
4 changes: 2 additions & 2 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ variables:
- name: BUCKET_SUFFIX
default: ""
- name: GITLAB_REDIS_ENDPOINT
default: "redis-master.gitlab-redis.svc.cluster.local"
default: "redis-master"
- name: GITLAB_REDIS_SCHEME
default: "redis"
- name: GITLAB_DB_NAME
default: "gitlabdb"
- name: GITLAB_DB_USERNAME
default: "gitlab"
- name: GITLAB_DB_ENDPOINT
default: "postgresql.gitlab-db.svc.cluster.local"
default: "postgresql"
- name: GITLAB_PAGES_ENABLED
default: "false"
- name: GITLAB_SIGNUP_ENABLED
Expand Down

0 comments on commit 0de73da

Please sign in to comment.