modified: .devcontainer/devcontainer.json
modified: deploy/app/helm-values.yaml
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
|
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
|
||||||
{
|
{
|
||||||
"name": "git-limbosolutions-com-dev",
|
"name": "git-limbosolutions-com-dev",
|
||||||
"image": "git.limbosolutions.com/mylimbo/devcontainers/devops:latest",
|
"image": "oci.limbosolutions.com/public/devcontainers/devops:latest",
|
||||||
"runArgs": ["--hostname=git-limbosolutions-com-dev-container"],
|
"runArgs": ["--hostname=git-limbosolutions-com-dev-container"],
|
||||||
"remoteUser": "vscode",
|
"remoteUser": "vscode",
|
||||||
"mounts": [
|
"mounts": [
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ valkey:
|
|||||||
architecture: standalone
|
architecture: standalone
|
||||||
global:
|
global:
|
||||||
valkey:
|
valkey:
|
||||||
password: "???"
|
password: "" # !!! set on values.private.yaml
|
||||||
|
|
||||||
# Disable NetworkPolicy creation in the Bitnami valkey subchart.
|
# Disable NetworkPolicy creation in the Bitnami valkey subchart.
|
||||||
# This deployment runs inside a controlled namespace where network
|
# This deployment runs inside a controlled namespace where network
|
||||||
@@ -98,10 +98,10 @@ postgresql:
|
|||||||
global:
|
global:
|
||||||
postgresql:
|
postgresql:
|
||||||
auth:
|
auth:
|
||||||
postgresPassword: "???"
|
postgresPassword: "" # !!! set on values.private.yaml
|
||||||
password: "???"
|
password: "" # !!! set on values.private.yaml
|
||||||
database: "???"
|
database: "" # !!! set on values.private.yaml
|
||||||
username: "???"
|
username: "" # !!! set on values.private.yaml
|
||||||
|
|
||||||
serviceAccount:
|
serviceAccount:
|
||||||
# serviceAccount resources are owned and managed by the Infrastructure layer.
|
# serviceAccount resources are owned and managed by the Infrastructure layer.
|
||||||
|
|||||||
Reference in New Issue
Block a user