feat(k8s/podsync): add Podsync stack (deployment scaled to 0 for data migration)
This commit is contained in:
11
kubernetes/app/podsync/service.yaml
Normal file
11
kubernetes/app/podsync/service.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: podsync
|
||||
namespace: podsync
|
||||
spec:
|
||||
selector:
|
||||
app: podsync
|
||||
ports:
|
||||
- port: 8080
|
||||
targetPort: 8080
|
||||
Reference in New Issue
Block a user