diff options
| author | diogo464 <[email protected]> | 2025-08-08 17:40:19 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-08-08 17:40:44 +0100 |
| commit | bebf1cd5fc4668b7970e3e2e426ad103ecbc670c (patch) | |
| tree | afee1e59890836e367a075749745066450d63f44 /deployment.yaml | |
| parent | 9a25abd1d6ef6f5b0e2c08751183f63db43c73a5 (diff) | |
rust cli init
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/deployment.yaml b/deployment.yaml deleted file mode 100644 index 3bcd9cc..0000000 --- a/deployment.yaml +++ /dev/null | |||
| @@ -1,28 +0,0 @@ | |||
| 1 | --- | ||
| 2 | apiVersion: apps/v1 | ||
| 3 | kind: Deployment | ||
| 4 | metadata: | ||
| 5 | name: auth | ||
| 6 | spec: | ||
| 7 | selector: | ||
| 8 | matchLabels: | ||
| 9 | app: auth | ||
| 10 | template: | ||
| 11 | metadata: | ||
| 12 | labels: | ||
| 13 | app: auth | ||
| 14 | app.kubernetes.io/name: auth | ||
| 15 | spec: | ||
| 16 | containers: | ||
| 17 | - name: auth | ||
| 18 | image: ghcr.io/steveiliop56/tinyauth:v3 | ||
| 19 | resources: | ||
| 20 | requests: | ||
| 21 | memory: "64Mi" | ||
| 22 | cpu: "0" | ||
| 23 | limits: | ||
| 24 | memory: "256Mi" | ||
| 25 | cpu: "1" | ||
| 26 | ports: | ||
| 27 | - name: http | ||
| 28 | containerPort: 8000 | ||
