Skip to content

Commit

Permalink
update yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Sep 12, 2024
1 parent 84b5464 commit 7629e00
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions k8s/production/auth/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
labels:
app: auth
spec:
imagePullSecrets:
- name: do-registry
containers:
- image: registry.digitalocean.com/aztlan-containers/auth:latest
imagePullSecrets:
- name: do-registry
resources:
limits:
memory: 500Mi
Expand Down
28 changes: 14 additions & 14 deletions k8s/production/skaffold.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,20 @@ build:
alias: BASE
manifests:
rawYaml:
- k8s/local/common/namespace.yaml
- k8s/local/explorer-ui/ingress.yaml
- k8s/local/explorer-ui/deployment.yaml
- k8s/local/explorer-ui/service.yaml
- k8s/local/explorer-api/ingress.yaml
- k8s/local/explorer-api/deployment.yaml
- k8s/local/explorer-api/service.yaml
- k8s/local/auth/deployment.yaml
- k8s/local/auth/service.yaml
- k8s/local/aztec-listener/deployment.yaml
- k8s/local/aztec-listener/service.yaml
- k8s/local/kafka-ui/configmap.yaml
- k8s/local/kafka-ui/configmap-env.yaml
- k8s/local/kafka-ui/ingress.yaml
- k8s/production/common/namespace.yaml
- k8s/production/explorer-ui/ingress.yaml
- k8s/production/explorer-ui/deployment.yaml
- k8s/production/explorer-ui/service.yaml
- k8s/production/explorer-api/ingress.yaml
- k8s/production/explorer-api/deployment.yaml
- k8s/production/explorer-api/service.yaml
- k8s/production/auth/deployment.yaml
- k8s/production/auth/service.yaml
- k8s/production/aztec-listener/deployment.yaml
- k8s/production/aztec-listener/service.yaml
- k8s/production/kafka-ui/configmap.yaml
- k8s/production/kafka-ui/configmap-env.yaml
- k8s/production/kafka-ui/ingress.yaml
helm:
releases:
- name: ingress-nginx
Expand Down

0 comments on commit 7629e00

Please sign in to comment.