Moved jobs examples to docs repo
These are not considered "examples", per https://github.com/kubernetes/kubernetes/pull/17345#issuecomment-197153744
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: redis
|
||||
spec:
|
||||
ports:
|
||||
- port: 6379
|
||||
targetPort: 6379
|
||||
selector:
|
||||
app: redis
|
||||
Reference in New Issue
Block a user