Compare commits
5 Commits
use-ranche
...
use-fleet
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24c1d7b69c | ||
|
|
6639d3102c | ||
|
|
d7978ddb3d | ||
|
|
96829dfef3 | ||
|
|
c280c53d76 |
2
.github/workflows/deploy-base.yaml
vendored
2
.github/workflows/deploy-base.yaml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Kubectl tool installer
|
||||
uses: azure/setup-kubectl@v3
|
||||
uses: Azure/setup-kubectl@v3
|
||||
|
||||
- uses: azure/k8s-set-context@v3
|
||||
with:
|
||||
|
||||
@@ -5,17 +5,18 @@ This document provides a brief description of the environment variables that are
|
||||
The following table lists the environment variables that are common to all DIT micro-service applications, along with their descriptions.
|
||||
|
||||
| Environment Variable | Description |
|
||||
| :---------------------------- | :------------------------------------------------------------------------ |
|
||||
| :--------------------------- | :------------------------------------------------------------------------ |
|
||||
| CAS\_\_URL | URL for the Central Authentication Service (CAS) |
|
||||
| CAS\_\_M2M_CLIENT_ID | Client ID for machine-to-machine authentication with the CAS |
|
||||
| CAS\_\_M2M_CLIENT_SECRET | Client secret for machine-to-machine authentication with the CAS |
|
||||
| DATABASE\_\_CONNECTION_STRING | The connection string of database server |
|
||||
| DATABASE\_\_CONNECTIONSTRING | The connection string of database server |
|
||||
| DATABASE\_\_URL | The URL format for the connection string of database server |
|
||||
| DATABASE\_\_HOST | The host name or IP address of the database server |
|
||||
| DATABASE\_\_USERNAME | The username for accessing the database |
|
||||
| DATABASE\_\_PASSWORD | The password for accessing the database |
|
||||
| DATABASE\_\_NAME | The name of the database |
|
||||
| DATABASE\_\_PORT | The port number of the database server |
|
||||
| S3\_\_REGION | The AWS region of the S3 bucket |
|
||||
| S3\_\_ENDPOINT | The endpoint URL of the S3 bucket |
|
||||
| S3\_\_ACCESS_KEY_ID | The access key ID for accessing the S3 bucket |
|
||||
| S3\_\_SECRET_ACCESS_KEY | The secret access key for accessing the S3 bucket |
|
||||
@@ -23,7 +24,6 @@ The following table lists the environment variables that are common to all DIT m
|
||||
| S3\_\_UPLOADS_API_BUCKET | The name of the S3 bucket used for storing uploaded files via Uploads API |
|
||||
| SIDEKIQ\_\_USERNAME | The username for accessing the Sidekiq web interface |
|
||||
| SIDEKIQ\_\_PASSWORD | The password for accessing the Sidekiq web interface |
|
||||
| REDIS\_\_CONNECTION_STRING | The connection string of redis database server |
|
||||
| REDIS_SENTINEL\_\_HOST | The host name or IP address of the Redis Sentinel server |
|
||||
| REDIS_SENTINEL\_\_PORT | The port number of the Redis Sentinel server |
|
||||
| REDIS_SENTINEL\_\_PASSWORD | The password for accessing the Redis Sentinel server |
|
||||
|
||||
@@ -9,6 +9,3 @@ patches:
|
||||
- path: patches/ingress-host.yaml
|
||||
target:
|
||||
kind: Ingress
|
||||
- path: patches/deployment.yaml
|
||||
target:
|
||||
kind: Deployment
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
- op: replace
|
||||
path: /spec/template/spec/containers/0/image
|
||||
value: reg.dev.krd/dit-docs/dsm-client:dev
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/imagePullPolicy
|
||||
value: Always
|
||||
@@ -7,7 +7,6 @@ targetCustomizations:
|
||||
env: dev
|
||||
kustomize:
|
||||
dir: development
|
||||
|
||||
- name: production
|
||||
clusterSelector:
|
||||
matchLabels:
|
||||
|
||||
Reference in New Issue
Block a user