Skip to content

Commit

Permalink
minor flow update for make-set-env-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ashpect committed Jul 30, 2023
1 parent 883ac3e commit 111a460
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 35 deletions.
3 changes: 3 additions & 0 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ teamlabel = "ctfteam"
templated_manifest_dir = "kubernetes/templates"
templated_manifests = [
"harbor.yml",
"mongo.yml",
"gogs.yml",
"mysql.yml",
]

[services.api]
Expand Down
15 changes: 15 additions & 0 deletions kubernetes/templates/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: ubuntu-test-pod
spec:
containers:
- name: ubuntu-container
image: ubuntu
command:
- sleep
- "3600"
resources:
limits:
memory: "256Mi"
cpu: "0.5"
35 changes: 0 additions & 35 deletions kubernetes/templates/web_challenge.yml

This file was deleted.

0 comments on commit 111a460

Please sign in to comment.