mirror of
https://github.com/zoriya/snow.git
synced 2026-08-15 18:44:14 +00:00
Add proxy to be used by telepresence
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user