Skip to content

Commit

Permalink
adding staging values file
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed May 22, 2024
1 parent b6445fd commit 242f244
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions helm_files/valuesStaging.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
replicaCount: 1

environment: staging

image:
name: news-staging
repo: threefolddev/staging-threefold-connect-news
tag: latest
containerPort: 80

service:
port: 80
targetPort: 80

ingress:
hosts:
- name: news.staging.threefold.me
path: /
service: news-staging
port: 80




serviceAccount:
# Specifies whether a service account should be created
create: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: ""


acme:
email: [email protected]

0 comments on commit 242f244

Please sign in to comment.