Skip to content
Permalink
8a3a16ea7b
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
20 lines (20 sloc) 382 Bytes
apiVersion: apps/v1
kind: Deployment
metadata:
name: shinyapp
namespace: erik
spec:
selector:
matchLabels:
app: shinyapp
template:
metadata:
labels:
app: shinyapp
spec:
containers:
- name: shinyapp
image: geddes-registry.rcac.purdue.edu/erik/shinyapp:1.2
ports:
- name: shiny
containerPort: 3838