feat: add ingress
This commit is contained in:
@ -35,6 +35,7 @@ type AppServiceSpec struct {
|
||||
Resources *Resources `json:"resources,omitempty"`
|
||||
Envs []corev1.EnvVar `json:"envs,omitempty"`
|
||||
Ports []corev1.ServicePort `json:"ports,omitempty"`
|
||||
Hostname string `json:"hostname,omitempty"`
|
||||
}
|
||||
|
||||
type Resources struct {
|
||||
|
Reference in New Issue
Block a user