Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Sep 16, 2024
1 parent 141deb5 commit 601eb78
Showing 1 changed file with 26 additions and 13 deletions.
39 changes: 26 additions & 13 deletions bundle/uds-bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ metadata:
# x-release-please-end

packages:
- name: core
repository: ghcr.io/defenseunicorns/packages/uds/core
ref: 0.27.0-upstream
overrides:
istio-tenant-gateway:
gateway:
values:
- path: "service.ports"
value:
- name: status-port
port: 15021
protocol: TCP
targetPort: 15021
- name: http2
port: 80
protocol: TCP
targetPort: 80
- name: https
port: 443
protocol: TCP
targetPort: 443
- name: tcp-ssh
port: 2222
protocol: TCP
targetPort: 2223

- name: dev-minio
repository: ghcr.io/defenseunicorns/packages/uds/dev-minio
ref: 0.0.2
Expand Down Expand Up @@ -75,11 +101,6 @@ packages:
overrides:
gitlab:
uds-gitlab-config:
# values:
# - path: "ssh.enabled"
# value: true
# - path: "ssh.port"
# value: 2223
variables:
- name: GITLAB_SSO_ENABLED
description: "Boolean to enable or disable sso things"
Expand All @@ -95,10 +116,6 @@ packages:
path: "sso.requiredGroups"
gitlab:
values:
# - path: "gitlab.gitlab-shell.enabled"
# value: true
# - path: "global.shell.port"
# value: 2223
- path: global.psql.host
value: pg-cluster.postgres.svc.cluster.local
- path: "global.psql.username"
Expand Down Expand Up @@ -141,7 +158,3 @@ packages:
- name: SHELL_REPLICAS
description: "Gitlab Shell Min Replicas"
path: "gitlab.gitlab-shell.minReplicas"
# uds-gitlab-settings:
# values:
# - path: "settingsJob.application.enabled_git_access_protocol"
# value: all

0 comments on commit 601eb78

Please sign in to comment.