| commit | 6fffda2245959c24629b4d236751ac848055c761 | [log] [tgz] |
|---|---|---|
| author | Sketch🕴️ <skallywag@sketch.dev> | Fri Aug 01 07:05:23 2025 +0400 |
| committer | Sketch🕴️ <skallywag@sketch.dev> | Fri Aug 01 07:05:23 2025 +0400 |
| tree | c6e2407741f98a9567615bacd0acdac4c41ab3bd | |
| parent | 620d57b6a30a09c95e4c5faf6b3ae48e95548505 [diff] [blame] |
update
diff --git a/charts/proxy/values.yaml b/charts/proxy/values.yaml new file mode 100644 index 0000000..6764883 --- /dev/null +++ b/charts/proxy/values.yaml
@@ -0,0 +1,13 @@ +name: proxy +image: + repository: library/nginx + tag: 1.27.1-alpine3.20-slim + pullPolicy: IfNotPresent +config: "nginx configuration" +ports: +- name: web + value: 8080 + protocol: TCP +- name: API + value: 9090 + protocol: UDP