Skip to content

Instantly share code, notes, and snippets.

@wstrange
Last active March 24, 2017 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wstrange/9528e0487efc9d74f46f487ab8e08358 to your computer and use it in GitHub Desktop.
Save wstrange/9528e0487efc9d74f46f487ab8e08358 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: authn
labels:
name: authn
spec:
containers:
- name: authn
image: forgerock/ms-oauth-authn:latest
imagePullPolicy: IfNotPresent
---
apiVersion: v1
kind: Service
metadata:
name: authn
spec:
type: NodePort
ports:
- port: 80
targetPort: 38080
selector:
name: msauthn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment