Skip to content

Commit

Permalink
chore: add FEATURE_OPEN_STATS
Browse files Browse the repository at this point in the history
  • Loading branch information
evereq committed Dec 27, 2024
1 parent 9fb4fb6 commit 130dd09
Show file tree
Hide file tree
Showing 18 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .deploy/k8s/k8s-manifest.demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ spec:
value: '$OTEL_EXPORTER_OTLP_TRACES_ENDPOINT'
- name: OTEL_EXPORTER_OTLP_HEADERS
value: '$OTEL_EXPORTER_OTLP_HEADERS'
- name: FEATURE_OPEN_STATS
value: '$FEATURE_OPEN_STATS'

ports:
- containerPort: 3000
protocol: TCP
Expand Down
2 changes: 2 additions & 0 deletions .deploy/k8s/k8s-manifest.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ spec:
value: '$COMPANY_LINK'
- name: COMPANY_NAME
value: '$COMPANY_NAME'
- name: FEATURE_OPEN_STATS
value: '$FEATURE_OPEN_STATS'

ports:
- containerPort: 3000
Expand Down
2 changes: 2 additions & 0 deletions .deploy/k8s/k8s-manifest.stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ spec:
value: '$COMPANY_LINK'
- name: COMPANY_NAME
value: '$COMPANY_NAME'
- name: FEATURE_OPEN_STATS
value: '$FEATURE_OPEN_STATS'

ports:
- containerPort: 3000
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
OTEL_PROVIDER: '${{ secrets.OTEL_PROVIDER }}'
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT }}'
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-civo-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
OTEL_PROVIDER: '${{ secrets.OTEL_PROVIDER }}'
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT }}'
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-cw-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Check if App Exists
id: check-app
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Check if App Exists
id: check-app
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-app-platform-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Check if App Exists
id: check-app
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
OTEL_PROVIDER: '${{ secrets.OTEL_PROVIDER }}'
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT: '${{ secrets.OTEL_EXPORTER_OTLP_TRACES_ENDPOINT }}'
OTEL_EXPORTER_OTLP_HEADERS: '${{ secrets.OTEL_EXPORTER_OTLP_HEADERS }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Copy file via scp - with-cloudflare
if: ${{ env.INGRESS_CERT_TYPE == 'cloudflare' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Copy file via scp - with-cloudflare
if: ${{ env.INGRESS_CERT_TYPE == 'cloudflare' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-droplet-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

- name: Copy file via scp - with-cloudflare
if: ${{ env.INGRESS_CERT_TYPE == 'cloudflare' }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-do-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
APP_MAGIC_SIGN_URL: '${{ secrets.APP_MAGIC_SIGN_URL }}'
COMPANY_LINK: '${{ secrets.COMPANY_LINK }}'
COMPANY_NAME: '${{ secrets.COMPANY_NAME }}'
FEATURE_OPEN_STATS: '${{ vars.FEATURE_OPEN_STATS }}'

# we need this step because for now we just use :latest tag
# note: for production we will use different strategy later
Expand Down

0 comments on commit 130dd09

Please sign in to comment.