Add proxy to be used by telepresence

This commit is contained in:
2025-09-22 23:40:08 +02:00
parent e64b4b8e93
commit 1fee625d20
5 changed files with 82 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: proxy
spec:
template:
spec:
containers:
- name: proxy
image: alpine
command:
- sleep
- infinitely
ports:
- name: http
containerPort: 8080