Skip to content

Instantly share code, notes, and snippets.

View ckorobov's full-sized avatar

Constantine ckorobov

View GitHub Profile
---
apiVersion: v1
kind: ConfigMap
metadata:
name: test-configmap-meta
namespace: testing
data:
host: '172.30.93.94'
port: '5432'
---
@ckorobov
ckorobov / test-job-spinnaker.yaml
Created May 5, 2018 20:50
manifest for test service
---
apiVersion: v1
kind: ConfigMap
metadata:
name: test-configmap-meta
namespace: testing
data:
host: '172.30.93.94'
port: '54321'
---