Compare commits
4 Commits
auto-updat
...
auto-updat
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e9205e1bf0 | ||
| b6169045fd | |||
| cbe76ad87e | |||
| ef934b3475 |
@@ -1,15 +1,16 @@
|
|||||||
---
|
---
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: DaemonSet
|
||||||
metadata:
|
metadata:
|
||||||
name: mtproxy
|
name: mtproxy
|
||||||
labels:
|
labels:
|
||||||
app: mtproxy
|
app: mtproxy
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: mtproxy
|
app: mtproxy
|
||||||
|
updateStrategy:
|
||||||
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
labels:
|
labels:
|
||||||
@@ -45,5 +46,4 @@ spec:
|
|||||||
cpu: "500m"
|
cpu: "500m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
emptyDir: {}
|
||||||
claimName: mtproxy-data
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ spec:
|
|||||||
- name: proxy
|
- name: proxy
|
||||||
port: 30443
|
port: 30443
|
||||||
targetPort: 443
|
targetPort: 443
|
||||||
protocol: TCP
|
|
||||||
|
|||||||
Reference in New Issue
Block a user